type net/http.http2randomWriteScheduler
7 uses
net/http (current package)
h2_bundle.go#L11321: return &http2randomWriteScheduler{sq: make(map[uint32]*http2writeQueue)}
h2_bundle.go#L11324: type http2randomWriteScheduler struct {
h2_bundle.go#L11337: func (ws *http2randomWriteScheduler) OpenStream(streamID uint32, options http2OpenStreamOptions) {
h2_bundle.go#L11341: func (ws *http2randomWriteScheduler) CloseStream(streamID uint32) {
h2_bundle.go#L11350: func (ws *http2randomWriteScheduler) AdjustStream(streamID uint32, priority http2PriorityParam) {
h2_bundle.go#L11354: func (ws *http2randomWriteScheduler) Push(wr http2FrameWriteRequest) {
h2_bundle.go#L11368: func (ws *http2randomWriteScheduler) Pop() (http2FrameWriteRequest, bool) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |